@charset "utf-8";
/* CSS Document */
.header {
	width: 100%;
	background: url(../images/headbg.jpg) no-repeat;
	background-size:cover;

}
.header .head_top {
	width: 100%;
	height: 30px;
	background: #434343;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.header .head_top .Right a {
	margin: 0 15px;
	position: relative;
}
/*.head_center .Left img{
	height:70px;
}*/
.header .head_top .Right a:last-child {
	margin-right: 0;
}
.head_ewm {
	position: absolute;
	right: 0;
	top: 24px;
	padding-top: 11px;
	z-index: 9999;
	display: none;
	width: 280px;
	cursor: default;
}
.header .head_top .Right a:hover .head_ewm {
	display: block;
}
.head_ewm .img_box {
	padding: 10px;
	background: #fff;
	float: left;
	width: 120px;
}
.head_ewm .img_box h6 {
	font-size: 14px;
	color: #555;
	line-height: 24px;
	cursor: text;
	text-align: center;
}
.head_ewm .img_box img {
	width: 120px;
	height: 120px;
}
.head_center {
	padding:22px 0;

}
.head_center .search_box {
	float: right;
	width: 465px;
	height: 50px;
	margin-top: 10px;
}
.head_center .search_box input {
	padding-left: 15px;
	height: 48px;
	width: 354px;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-right: 0;
	float: left;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
.head_center .search_box button {
	float: left;
	width: 95px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #0362ed;
	border: 0;
}
.nav {
	width: 100%;
	height: 45px;
	background: rgba(255,255,255,0.36);
}
.nav >ul > li {
	float: left;
	line-height: 45px;
	width: 150px;
	font-size: 18px;
	color: #fff;
	/*font-weight: bold;*/
	text-align: center;
	position: relative;
}
.nav >ul > li:hover > a, .nav >ul > li.active > a {
	background: #fff;
	color: #0362ed;
}
.nav >ul > li a {
	display: block;
}
.nav >ul > li .menu_nav {
	position: absolute;
	left: 0;
	width: 100%;
	top: 45px;
	background: rgba(0,0,0,0.7);
	z-index: 9999;
	display: none;
}
.nav >ul > li .menu_nav ul li {
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	font-weight:normal;

}
.nav >ul > li .menu_nav ul li a {
	padding: 10px;
}
.nav >ul > li .menu_nav ul li:hover {
	background: #4c5ec1;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	font-size: 18px;
	background: #fff;
}
.banner {
	width: 100%;
	/*height: 475px;*/
	/*height: 630px;*/
	position: relative;
}
.banner .swiper-slide{
	/*display: flex;
    align-items: center;
    justify-content: center;*/
    text-align: center;
    background-color: #f1f1f1;
}
.banner .swiper-slide img {
	/*width: 100%;*/
	/*height: 630px;*/
	/*-o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;*/
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	width: 200px;
	height:200px;
	outline:none;
	top: 25%;


}
.banner .swiper-button-next {
	right: 190px;
	background: url(../images/next.png) no-repeat center right;
	background-size: 15px 30px;
}
.banner .swiper-button-prev {
	left: 190px;
	background: url(../images/prev.png) no-repeat center left;
	background-size: 15px 30px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 35px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	outline: none;
}
.banner .swiper-button-next.swiper-button-disabled, .banner .swiper-button-prev.swiper-button-disabled{
	opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	-webkit-opacity:1;
	outline:none;


}
.content, .section {
	width: 100%;
	overflow: hidden;
}
.section.page1 {
	padding-top: 65px;
	padding-bottom: 50px;
}
.section .section_title {
	text-align: center;
	font-size: 20px;
	color: #3a3a3a;
	font-weight: bold;
}
.section .section_title:after {
	display: block;
	margin: 0 auto;
	content: "";
	width: 60px;
	height: 4px;
	background: #0362ed;
	margin-top: 15px;
}
.news_information, .news_information ul {
	width: 100%;
	overflow: hidden;
}
.news_information ul {
	margin-top: 30px;
}
.news_information ul li {
	float: left;
	width: 360px;
	height: 395px;
	margin-right: 59px;
	margin-bottom: 30px;
}
.news_information ul li:nth-child(3n+3) {
	margin-right: 0;
}
.news_information ul li a {
	display: block;
}
.news_information ul li img {
	width: 100%;
	height: 230px;
}
.news_information ul li .item_cont {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.news_information ul li .item_cont h6 {
	font-size: 18px;
	font-weight: bold;
	color: #303030;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*要显示的行数*/
	overflow: hidden;
	height:48px;
}
.news_information ul li .item_cont .item_text {
	line-height: 26px;
	font-size: 16px;
	color: #717171;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;/*要显示的行数*/
	overflow: hidden;
}
.section .more {
	display: block;
	margin: 0 auto;
	width: 218px;
	height: 58px;
	margin-top: 10px;
	border: 1px solid #0362ed;
	color: #0362ed;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
}
.section .more:hover {
	background: #0362ed;
	color: #fff;
}
.section.page2 {
	padding-top: 60px;
	padding-bottom: 55px;
	background: #383838;
}
.section.page2 .section_title {
	color: #fff;
}
.specialized {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.section .text {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}
.specialized_slide {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	height: 440px;
}
.specialized_slide .swiper-slide {
	background: none;
}
.specialized_slide .specialized_box {
	width: 100%;
	height: 395px;
	background: #fff;
}
.specialized_slide .specialized_box .img_box {
	width: 100%;
	height: 230px;
	position: relative;
	overflow: hidden;
}
.specialized_slide .specialized_box .img_box .spec_img {
	width: 100%;
	height: 230px;
}
.specialized_slide .specialized_box .img_box .covering {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	width: 100%;
	height: 230px;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.specialized_slide .specialized_box:hover .img_box .covering {
	bottom: 0;
}
.specialized_slide .specialized_box:hover .img_box .spec_img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.specialized_slide .specialized_box .img_box .icon_box {
	width: 110px;
	height: 110px;
	margin: 60px auto;
	background: rgba(255,255,255,0.73);
	border-radius: 100%;
	text-align: center;
}
.specialized_slide .specialized_box .img_box .icon_box img {
	height: 57px;
	margin-top: 25px;
}
.specialized_slide .specialized_box .item_cont {
	padding: 20px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 0;
}
.specialized_slide .specialized_box .item_cont h6 {
	font-size: 18px;
	color: #303030;
	margin-bottom: 10px;
}
.specialized_slide .specialized_box .item_cont p {
	font-size: 16px;
	line-height: 26px;
	color: #717171;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;/*要显示的行数*/
	overflow: hidden;
}
.specialized_slide .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}
.swiper-pagination-bullet {
	background: #bfbfbf;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #0362ed;
}
.section.page2 .more {
	border-color: #fff;
	color: #fff;
	margin-top: 40px;
}
.section.page2 .more:hover {
	background: #fff;
	color: #0362ed;
}
.section.page3 {
	padding-top: 65px;
	padding-bottom: 50px;
}
.expert_library {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.section.page3 .text {
	color: #3a3a3a;
}
.expert_slide {
	overflow: hidden;
	margin-top: 25px;
	padding-left: 80px;
	padding-right: 80px;
	position: relative;
}
.expert_slide .bd {
	width: 1010px;
	overflow: hidden;
	margin: 0 auto;
}
.expert_slide .bd ul {
	float: left;
	width: 230px;
	margin-right: 30px;
}
.expert_slide .bd ul li {
	width: 100%;
	height: 305px;
	text-align: center;
	margin-bottom: 35px;
}
.expert_slide .bd ul li img {
	width: 100%;
	height: 230px;
}
.expert_slide .bd ul li h6 {
	color: #555;
	font-size: 20px;
	margin: 10px 0;
}
.expert_slide .bd ul li p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin: 0 10px;
}
.expert_slide .prev, .expert_slide .next, .member_slide .prev, .member_slide .next, .memberhuiyi_slide .swiper-button-prev, .memberhuiyi_slide .swiper-button-next, .page_member_slide .prev, .page_member_slide .next {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	margin-top: -100px;
	z-index: 9999;
	cursor: pointer;
	outline: none;
}
.expert_slide .prev, .member_slide .prev, .memberhuiyi_slide .swiper-button-prev, .page_member_slide .prev {
	left: 190px;
	background: url(../images/prev2.png) no-repeat center left;
	background-size: 15px 30px;

}
.expert_slide .next, .member_slide .next, .memberhuiyi_slide .swiper-button-next, .page_member_slide .next {
	right:190px;
	background: url(../images/next2.png) no-repeat  center right;
	background-size: 15px 30px;

}
.section.page3 .more {
	margin-top: 20px;
}
.section.page4 {
	padding-top: 65px;
	padding-bottom: 70px;
	overflow: hidden;
	background: #5b5b5b;
}
.section.page4 .section_title {
	color: #fff;
}
.member_section {
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
}
.member_section h6 {
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 35px;
}
.member_slide {
	overflow: hidden;
	padding: 0 45px;
	position: relative;
}
.member_slide .bd {
	width: 1078px;
	overflow: hidden;
	margin: 0 auto;
}

.member_slide .bd ul {
	width: 170px;
	float: left;
	margin-right: 55px;
}
.member_slide .bd ul li {
	text-align: center;
	margin-bottom: 15px;
	width: 100%;
}
.member_slide .bd ul li img {
	width: 100px;
	height: 100px;
	background: #fff;
	text-align: center;
	border-radius: 100%;
}
.member_slide .bd ul li p {
	font-size: 16px;
	color: #d1d1d1;
	margin-top: 15px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.BreadNav {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	font-size: 18px;
	font-weight: bold;
	color: #3851a2;
}
.BreadNav span {
	margin: 0 10px;
}
.BreadNav .active {
	color: #999;
}
.first_list {
	width: 100%;
	overflow: hidden;
}
.first_list li {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.first_list li:first-child {
	padding-top: 0;
}
.first_list li img {
	width: 277px;
	height: 177px;
	float: left;
}
.first_list li .item_cont {
	float: right;
	width: 885px;
	margin-top: 20px;
}
.first_list li .item_cont h6 {
	font-size: 18px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.first_list li .item_cont .item_time {
	font-size: 14px;
	color: #666;
	margin: 5px 0;
}
.first_list li .item_cont .item_text {
	font-size: 16px;
	color: #717171;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*要显示的行数*/
	overflow: hidden;
}
.membership_details {
	padding: 60px 50px;
	padding-top: 65px;
	background: rgba(103,155,238,0.1);
	margin-bottom: 50px;
	overflow: hidden;
}
.membership_details .img_box {
	width: 230px;
	float: left;
	margin-top: 90px;
}
.membership_details .img_box img {
	width: 100%;
	height:230px;

}
.membership_details .item_cont {
	width: 820px;
	float: right;
}
.membership_details .item_cont h5 {
	font-size: 20px;
	color: #555;
	margin-bottom: 15px;
}
.membership_details .item_cont .item_info {
	font-size: 20px;
	color: #717171;
	font-weight: bold;
	line-height: 34px;
}
.membership_details .item_cont h6 {
	font-size: 20px;
	color: #555;
	margin-top: 15px;
	margin-bottom: 10px;
}
.page_expert_section {
	width: 100%;
	overflow: hidden;
}
.page_expert_section h6 {
	font-size: 24px;
	color: #555;
	text-align: center;
	margin-bottom: 25px;
}
.page_expert_section .text {
	font-size: 18px;
	color: #3a3a3a;
	line-height: 26px;
}
.two_list {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.two_list li {
	float: left;
	width:230px;
	height: 325px;
	margin-right: 12px;
	text-align: center;
	margin-bottom: 25px;
}
.two_list li a {
	display: block;
}
.two_list li img {
	width: 100%;
	height: 230px;
}
.two_list li:nth-child(5n+5) {
	margin-right: 0;
}
.two_list li h6 {
	font-size: 22px;
	color: #555;
	margin: 15px 0;
}
.two_list li p {
	font-size: 16px;
	color: #666;
	font-weight: bold;
	line-height: 24px;
	margin: 0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;/*要显示的行数*/
	overflow: hidden;
}
.page_banner {
	/*width: 100%;*/
	height: 475px;
    background-color: #f1f1f1;
	/*display: flex;
    align-items: center;
    justify-content: center;*/
}
.page_banner img {
	width: 100%;
	height: 475px;
	/*-o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;*/
}
.party_title {
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #eee;
	margin-top: 30px;
	margin-bottom: 40px;
}
.party_title li {
	width: 50%;
	text-align: center;
	float: left;
	line-height: 60px;
	font-size: 20px;
	color: #666;
	font-weight: bold;
}
.party_title li a {
	display: inline-block;
	height: 56px;
	position: relative;
}
.party_title li.active {
	color: #0362ed;
}
.party_title li.active a:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #0362ed;
	position: absolute;
	left: 0;
	bottom: -4px;
}
.three_list {
	width: 100%;
	overflow: hidden;
}
.three_list li {
	width: 225px;
	height: 315px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 18px;
}
.three_list li:nth-child(5n+5) {
	margin-right: 0;
}
.three_list li img {
	width: 100%;
	height: 195px;
}
.three_list li h6 {
	font-size: 22px;
	color: #555;
	margin: 10px 0;
}
.three_list li p {
	line-height: 24px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;/*要显示的行数*/
	overflow: hidden;
}
.member_page1 {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
}
.memberhuiyi_slide {
	width: 800px;
	height: 400px;
	float: left;
	position: relative;
}
.memberhuiyi_slide .swiper-slide img {
	width: 100%;
	height: 400px;
}
.memberhuiyi_slide .swiper-button-prev {
	left: 10px;
}
.memberhuiyi_slide .swiper-button-next {
	right: 10px;
}
.member_news {
	width: 380px;
	float: right;
}
.member_news .member_title {
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 4px;
}
.member_news .member_title h6 {
	float: left;
	font-size: 18px;
	color: #0362ed;
	height: 32px;
	border-bottom: 3px solid #0362ed;
	padding-right: 5px;
}
.member_news .member_title a {
	float: right;
	font-size: 16px;
	color: #666;
}
.member_news .member_list, .member_news .member_list li {
	width: 100%;
	overflow: hidden;
}
.member_news .member_list li {
	margin-top: 15px;
}
.member_news .member_list li a {
	display: block;
}
.member_news .member_list li img {
	float: left;
	width: 150px;
	height: 75px;
}
.member_news .member_list li .item_cont {
	float: right;
	width: 215px;
}
.member_news .member_list li .item_cont h6 {
	font-size: 18px;
	color: #555;
	line-height: 24px;
	margin-bottom: 3px;
}
.member_news .member_list li .item_cont p {
	font-size: 16px;
	color: #999;
	line-height: 24px;
}
.member_tab {
	width: 100%;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	background: #eee;
	margin-bottom: 30px;
}
.member_tab li {
	float: left;
	width: 25%;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #666;
	font-weight: bold;
}
.member_tab li a {
	display: inline-block;
	height: 56px;
	position: relative;
}
.member_tab li.active a:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #0362ed;
	position: absolute;
	left: 0;
	bottom: -4px;
}
.member_tab li.active, .member_tab li.active a {
	color: #0362ed;
}
.member_wrap {
	width: 100%;
	min-height:30px;
	overflow: hidden;
}
.member_slide_wrap {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.member_slide_wrap .slide_title {
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.member_slide_wrap .slide_title h6 {
	font-size:20px;
	color: #555;
}
.member_slide_wrap .slide_title h6:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 4px;
	background: #0362ed;
	margin-top: 15px;
}
.page_member_slide {
	padding: 0 60px;
	overflow: hidden;
	position: relative;
}
.page_member_slide .bd {
	width: 1030px;
	margin: 0 auto;
	overflow: hidden;
}
.page_member_slide .bd .tempWrap {
	padding: 0 10px;
}
.page_member_slide .bd .ulWrap {
	padding: 10px 0 !important;
}
.page_member_slide .bd ul {
	float: left;
	width: 230px;
	margin-right: 30px;
}
.page_member_slide .bd ul li {
	width: 100%;
	height: 248px;
	text-align: center;
	-moz-box-shadow: 0px 0px 20px rgba(180,180,180,0.23);
	-webkit-box-shadow: 0px 0px 20px rgba(180,180,180,0.23);
	box-shadow: 0px 0px 20px rgba(180,180,180,0.23);
	margin-bottom: 30px;
}
.page_member_slide .bd ul li .member_img {
	width: 120px;
	height: 120px;
	background: #fff;
	border-radius: 100%;
	margin-top: 35px;
}
.page_member_slide .bd ul li a {
	display: block;
	overflow: hidden;
}
.page_member_slide .bd ul li h6 {
	font-size: 16px;
	color: #555;
	padding: 0 10px;
	margin-top: 25px;
}
.page_member_slide .bd ul li .membergr_img {
	width: 100%;
	height: 170px;
}
.member_wrap_text {
	width: 100%;
	overflow: hidden;
}
.member_wrap_text p {
	font-size: 20px;
	color: #717171;
	line-height: 34px;
	/*font-weight: bold;*/
}
.problem_solving_slide {
	width: 100%;
	overflow: hidden;
}
.problem_left {
	float: left;
	width: 312px;
}
.problem_left .problem_title {
	padding-left: 25px;
	overflow: hidden;
	height: 66px;
	line-height: 66px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: url(../images/titbg.jpg) no-repeat;
}
.problem_left .hd {
	border: 3px solid #eee;
	overflow: hidden;
}
.problem_left .hd li {
	padding: 17px 0;
	padding-left: 25px;
	font-size: 18px;
	color: #3851a2;
	font-weight: bold;
	line-height: 26px;
	border-bottom: 3px solid #eee;
	cursor: pointer;
}
.problem_left .hd li.on {
	color: #abaaaa;
}
.problem_left .hd li:last-child {
	border-bottom: 0;
}
.problem_right {
	width: 850px;
	float: right;
	overflow: hidden;
}
.page_center {
	width: 100%;
	overflow: hidden;
	min-height: 700px;
}
.sidenav_section {
	float: left;
	width: 312px;
}
.sidenav_section .sidenav_tit {
	height: 66px;
	line-height: 66px;
	padding-left: 25px;
	background: url(../images/titbg.jpg) no-repeat;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.sidenav_section .side_nav {
	border: 3px solid #eee;
	overflow: hidden;
}
.sidenav_section .side_nav li {
	border-bottom: 3px solid #eee;
	font-size: 18px;
	color: #3851a2;
	font-weight: bold;
	line-height: 35px;
}
.sidenav_section .side_nav li.active a {
	color: #abaaaa;
}
.sidenav_section .side_nav li:last-child {
	border-bottom: 0;
}
.sidenav_section .side_nav li a {
	display: block;
	padding: 12px 0;
	padding-left: 25px;
	padding-right: 35px;
}
.cont_right {
	float: right;
	width: 845px;
	overflow: hidden;
}
.brief_text {
	width: 100%;
	overflow: hidden;
}
.brief_text p {
	font-size: 18px;
	color: #717171;
	/*font-weight: bold;*/
	line-height: 34px;
}
.four_list, .four_list li {
	width: 100%;
	overflow: hidden;
}
.four_list li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.four_list li:first-child {
	padding-top: 5px;
}
.four_list li h6 {
	font-size: 18px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.four_list li .item_time {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin: 8px 0;
	margin-bottom: 0;
}
.four_list li .item_text {
	font-size: 16px;
	color: #717171;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*要显示的行数*/
	overflow: hidden;
}
.roster_section {
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.roster_section h5 {
	font-size: 24px;
	color: #666;
	margin-bottom: 20px;
}
.roster_section .director {
	width: 196px;
	float: left;
	text-align: center;
	margin-right: 60px;
}
.roster_section .director img {
	width: 100%;
	height: 193px;
}
.roster_section .director h6 {
	font-size: 18px;
	color: #555;
	margin: 12px 0;
}
.roster_section .director p {
	font-size: 16px;
	color: #717171;
	line-height: 24px;
	font-weight: bold;
}
.roster_list, .roster_list li {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	color: #717171;
	font-weight: bold;
	margin-bottom: 10px;
}
.roster_list li span {
	display: inline-block;
	width: 80px;
	margin-right: 30px;
}
.four_list.xg li h6 {
	color: #555;
}
.five_list {
	width: 100%;
	overflow: hidden;
}
.five_list li {
	float: left;
	width: 270px;
	margin-right: 17px;
	margin-bottom: 25px;
}
.five_list li:nth-child(3n+3) {
	margin-right: 0;
}
.five_list li .img_box {
	position: relative;
	width: 100%;
	height: 162px;
	overflow: hidden;
}
.five_list li .img_box .spec_img {
	width: 100%;
	height: 162px;
}
.five_list li .img_box .covering {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	width: 100%;
	height: 162px;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-align: center;
}
.five_list li:hover .img_box .covering {
	bottom: 0;
}
.five_list li .img_box .covering .icon_box {
	width: 75px;
	height: 75px;
	background: rgba(255,255,255,0.73);
	border-radius: 100%;
	margin: 43px auto;
}
.five_list li .img_box .covering img {
	height: 40px;
	margin-top: 17px;
}
.five_list li .item_cont {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.five_list li .item_cont h6 {
	font-size: 18px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
}
.five_list li .item_cont p {
	font-size: 16px;
	color: #717171;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;/*要显示的行数*/
	overflow: hidden;
}
.NewsText {
	padding: 30px 0;
	overflow: hidden;
	width: 100%;
	font-size: 20px;
	color: #717171;
	line-height: 34px;
	/*font-weight: bold;*/
}
.NewsText p, .NewsText p span {
	font-size: 20px;
	color: #717171;
	line-height: 34px;
	/*font-weight: bold;*/
}
.NewsText p img, .NewsText p span img {
	max-width: 100%;
}
.footer {
	width: 100%;
	overflow: hidden;
	background: #383838;
	padding-top: 35px;
}
.foot_center {
	padding: 0 65px;
	overflow: hidden;
	padding-bottom: 45px;
}
.foot_center .ewm_section {
	width: 262px;
	text-align: center;
	float: left;
}
.foot_center h6 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;
}
.foot_center .ewm_section img {
	width: 100%;
	height: 262px;
}
.foot_center .foot_right {
	width: 765px;
	float: right;
}
.foot_center .foot_right p {
	font-size: 16px;
	color: #fff;
	margin: 5px 0;
}
.foot_center .foot_right p img {
	width: 19px;
	margin-right: 10px;
}
.link_section {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.link_section h6 {
	margin-bottom: 13px;
}
.link_section ul {
	width: 100%;
	overflow: hidden;
}
.link_section ul li {
	float: left;
	color: #fff;
	font-size: 16px;
	width: 130px;
	margin-right: 25px;
	margin-bottom: 5px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.link_section ul li:nth-child(5n+5) {
	margin-right: 0;
}
.foot_bottom {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #242424;
	font-size: 16px;
}
.memberhuiyi_slide .swiper-button-prev, .memberhuiyi_slide .swiper-button-next {
	width: 13px;
	height: 27px;
	outline:none;
	margin-top:-13px;
	background-size:100% 100%;



}
/*滑过样式*/
.news_information ul li a:hover .item_cont h6, .specialized_slide .swiper-slide a:hover .item_cont h6, .expert_slide .bd ul li a:hover h6, .first_list li a:hover .item_cont h6, .two_list li a:hover h6, .member_news .member_title a:hover, .member_news .member_list li a:hover .item_cont h6, .page_member_slide .bd ul li a:hover h6, .four_list.xg li a:hover h6, .five_list li a:hover .item_cont h6, .NewsPages a:hover,.four_list li a:hover h6 {
	color: #0362ed;
}
.member_slide .bd ul li a:hover p {
	color: #fff;
}
